home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / unix / textmstr.shr / tm.hqx / Source Code ƒ / U / DoMenuTextMaster.c < prev    next >
Text File  |  1991-05-09  |  797b  |  33 lines

  1. /*  DoMenuTextMaster                                                      Special menu handling */
  2.  
  3. /* Unit name:  DoMenuTextMaster.c   */
  4. /* Function:  Handle other specific menu lists. */
  5. /* History: 5/9/91 Original by Prototyper 3.0   */
  6.  
  7.  
  8. #include "PCommonTextMaster.h"    /* Common */
  9. #include "Common_TextMaster.h"    /* Common */
  10. #include "PUtils_TextMaster.h"    /* General Utilities */
  11. #include "Utils_TextMaster.h"    /* General Utilities */
  12.  
  13. #include "DoMenuTextMaster.h"    /* This file */
  14.  
  15.  
  16. /* ======================================================= */
  17.  
  18.  
  19. /* Routine: Handle_Other_Menus */
  20. /* Purpose: Handle special menus */
  21.  
  22. void Handle_Other_Menus( theMenu,  theItem)
  23. short    theMenu;
  24. short    theItem;
  25. {
  26.  
  27. }                                                                                /* End of procedure Handle_Other_Menus */
  28.  
  29.  
  30. /* ======================================================= */
  31.  
  32.  
  33.